home *** CD-ROM | disk | FTP | other *** search
- Path: uuneo.neosoft.com!usenet
- From: Daniel Powell <d-powell@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: TToolBox BC++ 4.5
- Date: Fri, 23 Feb 1996 10:48:56 -0600
- Organization: NeoSoft Internet Services +1 713 968 5800
- Message-ID: <312DEFF8.7B8E@ix.netcom.com>
- NNTP-Posting-Host: gateway.stoner.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- Howdy!
-
- I was wondering if someone could tell me how in the world to get
- one these darned TToolBox tools to happen. I have my own TMyToolBox
- class derived from TToolBox. The constructor calls Insert(...) to
- add the TButtonGadgets to the TMyToolBar. Then, when the menu item is
- chosen to show the ToolBar, I do this:
-
- TMyToolBox tbox(NULL);
-
- tbox.Create();
-
- I get an exception on the call to Create().
-
- Any suggestions?
-
- Thanks
- dp
-
- powell@stoner.com
-